-- card: 8676 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3426 -- name: A fork in the river ----- HyperTalk script ----- on openCard global score subtract 5 from score if score <= 0 then visual effect scroll up go card "end" end if put score into field "scorebox" end openCard on mouseUp get field "textarea" of card "River Trail" put it&return&"Left fork" into field "textarea" of card "River Trail" get field "textarea" of card "River Trail" put it&return&"Right fork" into field "textarea" of card "River Trail" visual effect dissolve go card "River Trail" end mouseUp -- part contents for background part 1 ----- text ----- A fork in the river -- part contents for background part 2 ----- text ----- You continue upstream until you reach a fork in the river. -- part contents for background part 5 ----- text ----- 30